VERSION = 1,

option SPNCharCustom.AllowCustomisationChange
{
    type = enum, numValues = 4, default = 4,

    page = SPNCharacterCustomisation,
    translation = SPNCharCustom_AllowCustomisationChange,
    valueTranslation = SPNCharCustom_AllowCustomisationChange_Options,
}
option SPNCharCustom.AdminLockedCustomisation
{
    type = string, default = ,

    page = SPNCharacterCustomisation,
    translation = SPNCharCustom_AdminLockedCustomisation,
}
option SPNCharCustom.BodyHairGrowth
{
    type = integer, min = 0, max = 20, default = 10,
    page = SPNCharacterCustomisation,
    translation = SPNCharCustom_BodyHairGrowth,
}
option SPNCharCustom.StubbleHeadGrowth
{
    type = integer, min = 0, max = 20, default = 6,
    page = SPNCharacterCustomisation,
    translation = SPNCharCustom_StubbleHeadGrowth,
}
option SPNCharCustom.StubbleBeardGrowth
{
    type = integer, min = 0, max = 20, default = 3,
    page = SPNCharacterCustomisation,
    translation = SPNCharCustom_StubbleBeardGrowth,
}
option SPNCharCustom.BodyHairGrowthEnabled
{
    type = enum, numValues = 3, default = 1,
    page = SPNCharacterCustomisation,
    translation = SPNCharCustom_BodyHairGrowthEnabled,
    valueTranslation = SPNCharCustom_MuscleVisuals_Options,
}
option SPNCharCustom.MuscleVisuals
{
    type = enum, numValues = 3, default = 1,
    page = SPNCharacterCustomisation,
    translation = SPNCharCustom_MuscleVisuals,
    valueTranslation = SPNCharCustom_MuscleVisuals_Options,
}
option SPNCharCustom.MissingEyeVisionModifier
{
    type = double, min = 0.1, max = 1.0, default = 0.5,
    page = SPNCharacterCustomisation,
    translation = SPNCharCustom_MissingEyeVisionModifier,
}
option SPNCharCustom.WashMakeup
{
    type = boolean, default = true,
    page = SPNCharacterCustomisation,
    translation = SPNCharCustom_WashMakeup,
}
